home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / compat / bsd / index.s < prev    next >
Encoding:
Text File  |  1995-03-12  |  121 b   |  5 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/asmdefs.h>
  3.     FUNC(_index)
  4.     jmp    _strchr
  5.